home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / thost300.zip / TINYHOST.CFG < prev    next >
Text File  |  1992-04-24  |  2KB  |  56 lines

  1. #  This is a typical Configuration file for TinyHost
  2. #
  3. #  It is *strongly* suggested that embedded spaces in any
  4. #  descriptor fields be avoided!
  5. #
  6. #
  7. #  This file assumes that TinyHost is executed from C:\TINYHOST\BIN
  8. #  THOSTxxx.EXE, TINYHOST.CFG, etc. files should be placed in this
  9. #  directory
  10. #
  11. #  Serial port is COM1; baud rate is 2400
  12. #
  13. PORT:1                          # COM port number (1,2,3, or 4)
  14. BAUD:2400                       # Initial speed of modem
  15. RINGBACK:N                      # Ringback? (Y or N)
  16. INIT:ATE0M0Q0V1X2S0=0S2=43      # Modem Initialization string
  17. HANGUP:ATH                      # Modem hangup string
  18. CARRIER:Y                       # Monitor Carrier Detect (CD)
  19. #
  20. #
  21. START:C:\TINYHOST               # Start-up directory
  22. CHDIR:8                         # Change directory security level
  23. BOOT:9                          # Warm boot security
  24. OVERWRITE:9                     # File overwrite security
  25. SYSOP:9                         # Set SysOp level at 9+
  26. VIEW:3                          # Set View User List at 3+
  27. SHELL:9                         # Set Shell-to-DOS to SysOp level
  28. CHAT:Y                          # Enable Operator Chat
  29. UPLOAD:7                        # Minimum security level to upload
  30. LOG:Y                           # Log user activity to TINYHOST.LOG
  31. #
  32. #   Sample EVENT (commented out)
  33. #
  34. #EVENT:1449                     # Would cause TH to exit at 2:49PM
  35. #
  36. #
  37. #  Various directory access levels: Directory, security level
  38. #
  39. ACCESS:DEFAULT,9                # System-wide default directory access
  40. ACCESS:C:\TINYHOST\BIN,9        # Access to execution directory
  41. ACCESS:C:\,9
  42. ACCESS:A:,10                    # Lock out A drive to everybody
  43. ACCESS:B:,10                    # Lock out B drive to everybody
  44. #
  45. #  User accounts: First, Last, Password, Security
  46. #
  47. USER:New,User,GUEST,1           # Possible new user account
  48. USER:Joe,Shmoe,JOEUSER,7        # Average user account
  49. USER:Sam,Sysop,GODLIKE,9        # SysOp account
  50. #
  51. #  External Protocols - 
  52. #     <protocol name>,<transmit (download) batch>,<receive (upload) batch>
  53. #
  54. EXTERNAL:Zmodem,ZMXMIT,ZMRCV
  55. #
  56.